home *** CD-ROM | disk | FTP | other *** search
/ Internet Warrior 1993 July / Internet Warrior No. 1 July 1993 - Austin Code Works.ISO / apps / pcgopher / gopher.bat < prev    next >
Encoding:
DOS Batch File  |  1992-10-30  |  706 b   |  28 lines

  1. @echo off
  2. REM  GOPHER.BAT 
  3. REM  Version 1.0
  4. REM  Copyright (c) 1991 by D&W Systems
  5. REM
  6. REM  Requires:  Bookmark.Exe and Setpath.Bat from D&W Systems
  7. REM             ugopher.exe Distribution by the OAC
  8. REM
  9. cls
  10. if not exist c:\dwsnet\bookmark.exe goto LABEL
  11. c:\dwsnet\bookmark.exe
  12. :LABEL
  13. c:
  14. cd \dwsnet
  15. if '%1 == ' goto NOPARAMS
  16. REM Don't know how many params user might pass to it, So I'll just do all.
  17. REM Probably overkill by four or five.
  18. ugopher.exe %1 %2 %3 %4 %4 %6 %7 %8 %9
  19. goto FINISH
  20. :NOPARAMS
  21. ugopher.exe cwis.uth.tmc.edu
  22. :FINISH
  23. if not exist c:\dwsnet\bookmark.exe goto END
  24. c:\dwsnet\bookmark.exe/r
  25. if not exist c:\dwsnet\setpath.bat goto END
  26. c:\dwsnet\setpath.bat
  27. :END
  28.